# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.676.12.11 -> 1.676.12.12 # arch/ia64/ia32/sys_ia32.c 1.9 -> 1.10 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 02/09/27 davidm@tiger.hpl.hp.com 1.676.12.12 # ia64: Fix x86 struct ipc_kludge (reported by R Sreelatha, fix proposed by # Dave Miller). # -------------------------------------------- # diff -Nru a/arch/ia64/ia32/sys_ia32.c b/arch/ia64/ia32/sys_ia32.c --- a/arch/ia64/ia32/sys_ia32.c Wed Oct 8 09:09:15 2003 +++ b/arch/ia64/ia32/sys_ia32.c Wed Oct 8 09:09:15 2003 @@ -2118,8 +2118,8 @@ }; struct ipc_kludge { - struct msgbuf *msgp; - long msgtyp; + u32 msgp; + s32 msgtyp; }; #define SEMOP 1